@media only screen and (max-width: 1480px) {
  .wrapper {
    width: 1200px;
  }
  .header-wrap {
    height: 85px;
  }
  .header-wrap .search-box {
    height: 36px;
  }
  .nav-wrap {
    top: 85px;
    font-size: 16px;
  }
  .banner-wrap .swiper-button-prev,
  .banner-wrap .swiper-button-next {
    width: 85px;
    height: 130px;
    background-size: 48px;
  }
  .liucheng-wrap .icon {
    height: 115px;
  }
  .liucheng-wrap .icon img {
    width: 80px;
  }
  .liucheng-wrap .icon span {
    font-size: 20px;
  }
  .liucheng-wrap .btns {
    font-size: 20px;
    height: 76px;
  }
  .g-hd .txt p {
    font-size: 55px;
  }
  .g-hd .txt h3 {
    font-size: 36px;
  }
  .g-hd .more {
    font-size: 20px;
  }
  .news-wrap .img img {
    height: 245px;
  }
  .news-wrap .img p {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .news-wrap li .txt .date {
    font-size: 18px;
    background-size: 18px 14px;
  }
  .news-wrap li .txt .desc {
    font-size: 16px;
  }
  .notice-wrap li .img img {
    width: 75px;
  }
  .notice-wrap li .txt h4 {
    font-size: 22px;
    min-height: 62px;
  }
  .notice-wrap li .txt .time {
    font-size: 20px;
    background-size: 20px;
  }
  .notice-wrap li .txt .desc {
    font-size: 18px;
  }
  .footer-wrap .wrapper {
    max-width: 880px;
  }
  .footer-wrap .link .label {
    font-size: 18px;
  }
  .footer-wrap .link .item .title img {
    width: 46px;
  }
  .footer-wrap .link .content {
    font-size: 16px;
  }
  .footer-wrap .address {
    font-size: 15px;
  }
  .footer-wrap .address li {
    margin-bottom: 15px;
  }
  .footer-wrap .footer-slidebar .logo {
    width: 240px;
  }
  .footer-wrap .footer-slidebar .qr-img {
    margin-bottom: 70px;
  }
  .footer-wrap .footer-slidebar .qr-img p {
    font-size: 16px;
  }
  .footer-wrap .footer-slidebar .btn {
    font-size: 16px;
  }
  .footer-wrap .footer-slidebar .btn a {
    font-size: 16px;
  }
  .footer-wrap .copy {
    font-size: 16px;
  }
  .list-nav .title {
    top: -157px;
    font-size: 28px;
    height: 95px;
  }
  .main-wrap .left {
    max-width: 300px;
  }
  .main-wrap .right {
    max-width: 67%;
  }
  .main-wrap .news-list {
    padding: 0 20px;
    font-size: 18px;
  }
  .main-wrap .news-list li:hover {
    font-size: 20px;
  }
  .list-nav ul {
    font-size: 25px;
    line-height: 75px;
  }
  .list-nav li.on a {
    background-size: 130px;
  }
  .crumbs-nav li {
    font-size: 16px;
  }
  .header-page-wrap {
    height: 160px;
  }
  .header-page-wrap .logo img {
    height: 100px;
  }
  .header-page-wrap .nav-wrap {
    font-size: 16px;
  }
  .header-page-wrap .nav-wrap li {
    margin-right: 20px;
  }
  .header-page-wrap .nav-wrap .dropdown-menu {
    font-size: 14px;
  }
  .header-page-wrap .search-box a {
    background-size: 20px;
  }
  .main-wrap .icon {
    right: -150px;
    width: 300px;
  }
  .news-detail-wrap .detail .hd h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .news-detail-wrap .detail .hd p {
    font-size: 16px;
  }
  .news-detail-wrap .detail .bd p {
    font-size: 16px;
    line-height: 1.6;
  }
}


@media only screen and (max-width: 1380px) {
  * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input,
  textarea {
    -webkit-appearance: none;
    /*去除input默认样式*/
  }
  html {
    min-height: 100%;
    position: relative;
  }
  body,
  html {
    font-size: 12px;
  }
  body {
    position: static;
  }
  img {
    max-width: 100%;
  }
  .height {
    height: 100%;
    overflow: hidden;
  }
  .wrapper {
    width: auto;
    margin: 0 5%;
  }
  .gh {
    display: block;
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    top: 0px;
    right: 0;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
  }
  .gh.selected {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .gh a {
    display: block;
    height: 2px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 60%;
    margin: 0 20%;
    background: #fff;
  }
  .gh a:after,
  .gh a:before {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    background: #fff;
  }
  .gh a:after {
    top: 8px;
  }
  .gh a:before {
    top: -8px;
  }
  .gh.selected a:after,
  .gh.selected a:before {
    top: 0;
  }
  .gh.selected a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
  }
  .gh.selected a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
  }
  .gh.selected a {
    background-color: transparent !important;
  }
  .header-wrap {
    position: static;
    height: 70px;
  }
  .header-wrap .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(90deg, #56aaff 0%, #1fe1c0 100%);
    background-size: cover;
    z-index: 1000;
  }
  .header-wrap .logo {
    height: 60px;
  }
  .header-wrap .right {
    margin-left: auto;
  }
  .header-wrap .search-box {
    display: none;
  }
  .header-wrap .language {
    padding: 0;
    margin: 0;
    margin-right: 15px;
    border: none;
  }
  #search-btn {
    margin-right: 15px;
    display: block;
  }
  #search-btn a {
    width: 20px;
    height: 20px;
  }
  .nav-wrap {
    display: none;
    position: fixed;
    top: 70px;
    left: auto;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    color: #333;
    z-index: 999;
  }
  .nav-wrap .wrapper {
    margin: 0;
  }
  .nav-wrap ul {
    display: block;
  }
  .nav-wrap li {
    position: relative;
    margin: 0;
    width: 100%;
    line-height: 44px;
    text-align-last: left;
  }
  .nav-wrap li:hover {
    background: none;
  }
  .nav-wrap li:hover .dropdown-menu {
    display: none;
  }
  .nav-wrap li i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(../images/icon_02.png) no-repeat center;
    background-size: 12px;
    z-index: 9;
    transition: all .4s;
  }
  .nav-wrap li i.down {
    transform: rotate(90deg);
  }
  .nav-wrap li > a {
    padding: 0;
    padding-left: 20px;
  }
  .nav-wrap li.on {
    color: #fff;
  }
  .nav-wrap li .dropdown-menu {
    position: static;
    line-height: 40px;
    font-size: 14px;
    background: none;
  }
  .nav-wrap li .dropdown-menu a {
    padding-left: 50px;
    color: #000;
    font-size: 13px;
  }
  .banner-wrap .swiper-button-prev,
  .banner-wrap .swiper-button-next {
    display: none;
  }
  .liucheng-wrap {
    margin: 20px 0;
  }
  .liucheng-wrap ul {
    background: none;
    flex-wrap: wrap;
  }
  .liucheng-wrap li {
    margin-bottom: 20px;
    background-image: linear-gradient(89.27deg, #3b85d1 0%, #1fe1c0 100%);
    border-radius: 25px;
  }
  .liucheng-wrap .icon {
    height: 75px;
  }
  .liucheng-wrap .icon::before {
    display: none;
  }
  .liucheng-wrap .btns {
    height: 55px;
  }
  .g-hd .txt h3 {
    font-size: 20px;
  }
  .g-hd .txt p {
    font-size: 34px;
  }
  .g-hd .more {
    font-size: 16px;
  }
  .g-hd .more i {
    width: 12px;
    height: 12px;
  }
  .news-wrap .img img {
    height: auto;
  }
  .news-wrap ul {
    flex-wrap: wrap;
  }
  .news-wrap li {
    margin-bottom: 20px;
    width: 100%;
  }
  .notice-wrap .hd {
    padding: 30px 0;
  }
  .notice-wrap::before,
  .notice-wrap::after {
    height: 8px;
  }
  .notice-wrap::before {
    top: -4px;
  }
  .notice-wrap::after {
    bottom: -4px;
  }
  .notice-wrap ul {
    flex-wrap: wrap;
  }
  .notice-wrap li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .notice-wrap li .img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .notice-wrap li .img img {
    width: 100px;
  }
  .notice-wrap li .txt {
  	width: 96%;
    padding-right: 0;
    border-right: 0;
  }
  .notice-wrap li .txt h4 {
    margin-bottom: 5px;
    min-height: auto;
    font-size: 14px;
  }
  .notice-wrap li .txt .time {
    margin: 10px;
    font-size: 14px;
    background-size: 10px;
  }
  .notice-wrap li .txt .desc {
    font-size: 12px;
  }
  .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-wrap .wrapper {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .footer-wrap .link::before {
    display: none;
  }
  .footer-wrap .link .label {
    display: none;
    font-size: 16px;
    padding-left: 20px;
  }
  .footer-wrap .link .list {
    padding: 0;
    flex-wrap: wrap;
  }
  .footer-wrap .link .item {
    position: relative;
    width: 100%;
  }
  .footer-wrap .link .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: url(../images/line_03.png) no-repeat;
    background-size: cover;
  }
  .footer-wrap .link .item .title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
  }
  .footer-wrap .link .item .title.on i::after {
    transform: rotate(0);
  }
  .footer-wrap .link .item .title p {
    font-size: 12px;
    font-weight: 400;
  }
  .footer-wrap .link .item .title .img {
    display: none;
  }
  .footer-wrap .link .item .title i {
    position: relative;
    display: block;
    float: right;
    width: 8px;
    height: 20px;
    transition: all .4s;
  }
  .footer-wrap .link .item .title i::before,
  .footer-wrap .link .item .title i::after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #000;
    top: 9px;
    right: 0;
  }
  .footer-wrap .link .item .title i::after {
    transform: rotate(90deg);
    transition: all .3s;
  }
  .footer-wrap .link .item .content {
    display: none;
    position: relative;
    background-color: #494b4d;
    box-sizing: border-box;
    padding: 10px 30px;
    background-image: linear-gradient(90deg, #56aaff 0%, #1fe1c0 100%);
    color: #fff;
    text-align-last: left;
  }
  .footer-wrap .link .item .content a {
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .footer-wrap .address {
    padding: 20px;
    font-size: 12px;
  }
  .footer-wrap .address ul {
    flex-wrap: wrap;
  }
  .footer-wrap .address li {
    width: 100%;
  }
  .footer-wrap .address li:nth-child(odd) {
    padding: 0;
  }
  .footer-wrap .address li:last-child {
    margin: 0;
  }
  .footer-wrap .copy {
    padding: 15px;
    text-align: center;
    font-size: 12px;
  }
  .footer-wrap .footer-slidebar {
    display: none;
  }
  .main-wrap {
    margin-top: 20px;
  }
  .main-wrap::before,
  .main-wrap::after {
    height: 8px;
  }
  .main-wrap::before {
    top: -24px;
  }
  .main-wrap::after {
    bottom: -4px;
  }
  .main-wrap .wrapper {
    flex-wrap: wrap;
  }
  .main-wrap .left {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  .main-wrap .right {
    max-width: 100%;
  }
  .main-wrap .news-list {
    padding: 0 10px;
    font-size: 14px;
  }
  .main-wrap .news-list li a {
    height: 65px;
  }
  .main-wrap .news-list p {
    width: 74%;
  }
  .main-wrap .icon {
    right: -50px;
    width: 100px;
  }
  .pages {
    margin: 40px 0;
    font-size: 12px;
  }
  .pages span,
  .pages a {
    display: inline-block;
    margin: 0 5px 5px;
  }
  .list-nav .title {
    top: -90px;
    width: 175px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .list-nav ul {
    font-size: 18px;
  }
  .header-page-wrap {
    height: 70px;
  }
  .header-page-wrap .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    height: 70px;
    z-index: 1000;
    background: url(../images/hd_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .header-page-wrap .language {
    margin-left: auto;
    margin-right: 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
  }
  .header-page-wrap .search-box {
    margin-right: 20px;
  }
  .header-page-wrap .logo img {
    height: 50px;
  }
  .header-page-wrap .nav-wrap {
    position: fixed;
    width: 80%;
    background: #fff;
  }
  .header-page-wrap .nav-wrap li {
    margin-right: 0;
  }
  .header-page-wrap .nav-wrap .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
  }
  .header-page-wrap .nav-wrap .dropdown-menu::before {
    display: none;
  }
  .news-detail-wrap .detail {
    padding: 0;
    background: none;
  }
  .news-detail-wrap .detail .hd {
    padding: 0 0 30px;
  }
  .news-detail-wrap .detail .hd h4 {
    font-size: 16px;
  }
  .news-detail-wrap .detail .hd h4 p {
    font-size: 14px;
  }
  .news-detail-wrap .detail .bd {
    padding: 0;
  }
  .news-detail-wrap .detail .box {
    background: none;
  }
  .popup-wrap .form {
    width: 92%;
  }
}
